6 lines
62 B
Rust
6 lines
62 B
Rust
|
|
|
|
fn altsimple(f: int) { match f { x => () } }
|
|
|
|
fn main() { }
|