Sign in
fuchsia
/
third_party
/
rust
/
830bd8b6f4feb8665c8865beb20ffb424e8d8ee6
/
.
/
tests
/
ui
/
path.rs
blob: bd7b99ac01ad564e0d416e58c7a96993359db2ad [
file
]
//@ run-pass
mod
foo
{
pub
fn
bar
(
_offset
:
usize
)
{
}
}
pub
fn
main
()
{
foo
::
bar
(
0
);
}