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