3816e57fd2
This should be a snapshot transition.
9 lines
86 B
Rust
9 lines
86 B
Rust
mod foo {
|
|
fn bar(uint offset) {
|
|
}
|
|
}
|
|
|
|
fn main(vec[str] args) {
|
|
foo::bar(0u);
|
|
}
|