blob: 2fbd5300dd1a9afacfd9b71bbae0983da0ffb092 [file] [log] [blame]
// run-pass
// Check that issue #954 stays fixed
pub fn main() {
match -1 { -1 => {}, _ => panic!("wat") }
assert_eq!(1-1, 0);
}