Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
run-make
/
ice-static-mir
/
bar.rs
blob: 15b12ecf36ff05eb942c53f85b43678a9ebe9ba9 [
file
] [
log
] [
blame
]
pub
fn
bar
()
{
println
!(
"bar {}"
,
foo
::
FOO
);
foo
::
foo
();
}