libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-limits-1.c
blob6dc5737024d00f15e68c4017625a04f784db4fc7
1 /* Test __STDC_VERSION_LIMITS_H__ not in C11. */
2 /* { dg-do preprocess } */
3 /* { dg-options "-std=c11 -pedantic-errors" } */
5 #include <limits.h>
7 #ifdef __STDC_VERSION_LIMITS_H__
8 #error "__STDC_VERSION_LIMITS_H__ defined"
9 #endif