mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-02 19:06:05 +00:00
8 lines
83 B
Rust
8 lines
83 B
Rust
|
|
|
|
mod foo {
|
|
fn bar(offset: uint) { }
|
|
}
|
|
|
|
fn main(args: [str]) { foo::bar(0u); }
|