Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
multi-src
/
foo.rs
blob: 466b6b9be56781f12708ed8e88da95ef7f595291 [
file
] [
log
] [
blame
]
fn
main
()
{
debug
!(
"hello, multi-file world."
);
bar
::
other
();
}