1 2 3 4 5 6 7 8
comptime { const a = 1 >> -1; _ = a; } // error // // :2:20: error: shift by negative amount '-1'