rust/src/test/run-pass/negative.rs
2011-09-14 00:47:14 -04:00

6 lines
61 B
Rust

fn main() {
alt -5 {
-5 {}
_ { fail }
}
}