1 /* Test whether denormal floating point constants in hexadecimal notation
2 are parsed correctly. */
4 /* { dg-options "-std=c99" } */
6 long double d
= 0x0.0000003ffffffff00000p
-16357L;
7 long double e
= 0x0.0000003ffffffff00000p
-16356L;
9 extern void abort (void);
10 extern void exit (int);