Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
run-make
/
c-static-rlib
/
bar.rs
blob: b8c798ffdb4a99bbb9a5df89147fcfa12695a70e [
file
] [
log
] [
blame
] [
edit
]
extern
crate foo
;
fn
main
()
{
foo
::
rsfoo
();
}