Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
foreign
/
stashed-issue-121451.rs
blob: 97a4af374758d4ffd11af29b97df1d81f2aa050a [
file
] [
log
] [
blame
] [
edit
]
extern
"C"
fn
_f
()
->
libc
::
uintptr_t
{}
//~^ ERROR failed to resolve: use of undeclared crate or module `libc`
fn
main
()
{}