5 lines
66 B
Rust
5 lines
66 B
Rust
|
|
|
|
fn altsimple(int f) { alt (f) { case (?x) { } } }
|
|
|
|
fn main() { } |