rust/src/test/run-pass/alt-pattern-simple.rs
2012-08-05 22:08:09 -07:00

6 lines
60 B
Rust

fn altsimple(f: int) { alt f { x => () } }
fn main() { }