Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
extern-overrides-distribution
/
main.rs
blob: 1290a8c56701c5c61253117ccf0ec2fffe81d240 [
file
] [
log
] [
blame
] [
edit
]
extern
crate libc
;
fn
main
()
{
libc
::
foo
();
}