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=c23" } */
6 #define __STDC_WANT_DEC_FP__
7 #define __STDC_WANT_IEC_60559_DFP_EXT__
9 #include "c23-float-no-dfp-1.c"