1 /* Test __STDC_VERSION_FLOAT_H__ in C23. */
2 /* { dg-do preprocess } */
3 /* { dg-options "-std=c23 -pedantic-errors" } */
7 #ifndef __STDC_VERSION_FLOAT_H__
8 #error "__STDC_VERSION_FLOAT_H__ not defined"
11 #if __STDC_VERSION_FLOAT_H__ != 202311L
12 #error "bad value of __STDC_VERSION_FLOAT_H__"