Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
433da1fc047bb39a263eefca4bdb2b1972f1d2ce
/
.
/
tests
/
run-make
/
c-static-rlib
/
bar.rs
blob: b8c798ffdb4a99bbb9a5df89147fcfa12695a70e [
file
] [
log
] [
blame
]
extern
crate foo
;
fn
main
()
{
foo
::
rsfoo
();
}