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