Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / c23-float-9.c
blobeeb17d7b45f56f3b2b91f1108a610c0c6d81881f
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=c23 -pedantic-errors" } */
6 #include <float.h>
7 #include <math.h>