1comptime { 2 const x = @shlExact(@as(u8, 0b01010101), 2); 3 _ = x; 4} 5 6// error 7// 8// :2:15: error: overflow of integer type 'u8' with value '340'