blob: 7fb1e0a56833a4612771de3214c9ae06b719f1e2 [file] [log] [blame]
/* Test __STDC_VERSION_FLOAT_H__ not in C11. */
/* { dg-do preprocess } */
/* { dg-options "-std=c11 -pedantic-errors" } */
#include <float.h>
#ifdef __STDC_VERSION_FLOAT_H__
#error "__STDC_VERSION_FLOAT_H__ defined"
#endif