rust/src/test/run-pass/path.rs

7 lines
No EOL
83 B
Rust

mod foo {
fn bar(uint offset) { }
}
fn main(vec[str] args) { foo::bar(0u); }