1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu99" } */
4 /* Check that d or D is recognized as a float constant suffix. */
9 /* Check that d or D is recognized in a hexadecimal floating constant. */
11 double hd1
= 0x1.8p1d
;
12 double hd2
= 0x1.p
+1D
;
13 double hd3
= 0x0.8p
-1d
;
15 /* Check that imaginary constant suffixes are still recognized with
16 only i, I, j, or J. */
23 /* Check that imaginary constant suffixes are allowed with d or D. */