1 2 3 4 5 6 7 8
pub fn main() void { var i: i4 = 7; if (i +% 1 != -8) unreachable; return; } // run //