Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
path.rs
blob: ef97c2c09f0af7894015998969a191976b37a97a [
file
] [
log
] [
blame
]
mod
foo
{
#[
legacy_exports
];
fn
bar
(
offset
:
uint
)
{
}
}
fn
main
()
{
foo
::
bar
(
0u
);
}