1 /* Test INFINITY macro. Test when infinities not supported. */
2 /* { dg-do compile { target { ! inff } } } */
3 /* { dg-options "-std=c2x" } */
4
5 #include <float.h>
6
7 #ifdef INFINITY
8 #error "INFINITY defined"
9 #endif