blob: cc75d2ee86a70927d815633e880cb8846f12b092 [file] [log] [blame]
pub fn main() {
match -5 {
-5 => {}
_ => { panic!() }
}
}