1 2 3 4 5 6 7 8 9 10
pub fn main() void { var i: i32 = 2147483647; _ = &i; const result = i *% 2; if (result != -2) unreachable; return; } // run //