Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
run-make
/
symlinked-libraries
/
bar.rs
blob: fde0d746634c75bda4939b7e052e9f6516700c36 [
file
] [
log
] [
blame
] [
edit
]
extern
crate foo
;
fn
main
()
{
foo
::
bar
();
}