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