1 /* Test DEC_INFINITY defined in <float.h> with DFP support. */
2 /* { dg-options "-std=c23" } */
7 # error "DEC_INFINITY not defined"
10 volatile _Decimal32 d
= DEC_INFINITY
;
12 extern void abort (void);
13 extern void exit (int);
18 (void) _Generic (DEC_INFINITY
, _Decimal32
: 0);
19 if (!(DEC_INFINITY
> DEC32_MAX
))