1 /* Test including <float.h> then <math.h> does not result in errors
2    from duplicate NAN and INFINITY macros.  */
3 /* { dg-do compile } */
4 /* { dg-options "-std=c2x -pedantic-errors" } */
5 
6 #include <float.h>
7 #include <math.h>
8