Sign in
fuchsia
/
third_party
/
rust
/
upstream/beta
/
.
/
tests
/
run-make
/
c-static-rlib
/
bar.rs
blob: b8c798ffdb4a99bbb9a5df89147fcfa12695a70e [
file
]
extern
crate foo
;
fn
main
()
{
foo
::
rsfoo
();
}