1 2 3 4 5 6 7 8
fn main() void { var bad: f128 = 0x1.0p1ab1; _ = bad; } // error // // :2:28: error: invalid digit 'a' in exponent