rust/src/test/run-pass/alt-pattern-simple.rs
2012-08-06 15:36:30 -07:00

6 lines
62 B
Rust

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