blob: 9601e9118aa50768af5e32833865c833ed8f7f9a [file] [log] [blame]
// run-pass
pub fn main() {
match -5 {
-5 => {}
_ => { panic!() }
}
}