Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
run-make
/
resolve-rename
/
bar.rs
blob: 706ff45352020ce10cfdc1a9e69c3146cd058255 [
file
] [
log
] [
blame
]
#![
crate_type
=
"rlib"
]
extern
crate foo
;
pub
fn
bar
()
{
foo
::
foo
()
}