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