Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
4b3ece475d6e77465a30c8b53d7e1e9e861e4b79
/
.
/
tests
/
ui
/
path.rs
blob: 4c137de82d0726ad6f857861acf8980a2580d766 [
file
] [
log
] [
blame
]
// run-pass
// pretty-expanded FIXME #23616
mod
foo
{
pub
fn
bar
(
_offset
:
usize
)
{
}
}
pub
fn
main
()
{
foo
::
bar
(
0
);
}