7 lines
83 B
Rust
7 lines
83 B
Rust
|
|
|
|
mod foo {
|
|
fn bar(offset: uint) { }
|
|
}
|
|
|
|
fn main(args: [str]) { foo::bar(0u); }
|