master
1const @"u8" = u16;
2export fn entry() void {
3    const a: u8 = 300;
4    _ = a;
5}
6
7// error
8//
9// :3:19: error: type 'u8' cannot represent integer value '300'