(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
c2x-float-8.c
       1  /* Test including <math.h> then <float.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 <math.h>
       7  #include <float.h>