Sign in
fuchsia
/
third_party
/
rust
/
e356279bdfe6840236877b298f0c577e0f9221ff
/
.
/
tests
/
ui
/
path.rs
blob: cd6962ac3e0c78fe3228b52a6dce1a141084d6a3 [
file
] [
log
] [
blame
]
//@ run-pass
//@ pretty-expanded FIXME #23616
mod
foo
{
pub
fn
bar
(
_offset
:
usize
)
{
}
}
pub
fn
main
()
{
foo
::
bar
(
0
);
}