blob: 0a54bc2ad4c916990edf0f57d70572e8a6332052 [file] [log] [blame]
/* Test including <float.h> then <math.h> does not result in errors
from duplicate NAN and INFINITY macros. */
/* { dg-do compile } */
/* { dg-options "-std=c2x -pedantic-errors" } */
#include <float.h>
#include <math.h>