blob: 4e56cc2d323ff0f1ae414322a7ae394e3e3d233e [file] [log] [blame]
// compile-flags: -Z parse-only
// error-pattern:hexadecimal float literal is not supported
fn main() {
0xABC.Df;
0x567.89;
0xDEAD.BEEFp-2f;
}