1 2 3 4 5 6 7 8
export fn entry() void { const x = @as(usize, -0x); _ = x; } // error // // :2:27: error: expected a digit after base prefix