1 /* Test DFP macros not defined in <float.h> if no DFP support. Test
2 with feature test macros defined. */
3 /* { dg-do compile { target { ! dfp } } } */
4 /* { dg-options "-std=c2x" } */
5
6 #define __STDC_WANT_DEC_FP__
7 #define __STDC_WANT_IEC_60559_DFP_EXT__
8
9 #include "c2x-float-no-dfp-1.c"