1const x: u8 = 300; 2export fn entry() usize { 3 return @sizeOf(@TypeOf(x)); 4} 5 6// error 7// 8// :1:15: error: type 'u8' cannot represent integer value '300'