1 2 3 4 5 6 7 8
pub fn main() void { var i: u4 = 0; _ = &i; if (i -% 1 != 15) unreachable; } // run //