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