1 2 3 4 5 6 7 8 9 10
comptime { const x = @shlExact(@as(u8, 0b01010101), 2); _ = x; } // error // backend=llvm // target=native // // :2:15: error: operation caused overflow