libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-float-11.c
blob17f42da5c877d55cd221e6248944166a16f22e87
1 /* Test INFINITY macro. Test when infinities not supported. */
2 /* { dg-do compile { target { ! inff } } } */
3 /* { dg-options "-std=c23" } */
5 #include <float.h>
7 #ifdef INFINITY
8 #error "INFINITY defined"
9 #endif