5 lines
78 B
Rust
5 lines
78 B
Rust
|
|
|
|
tag t { foo(@int); }
|
|
|
|
fn main() { let tt = foo(@10); alt tt { foo(z) { } } } |