aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/c11-limits-1.c
blob: 6dc5737024d00f15e68c4017625a04f784db4fc7 (plain)
1
2
3
4
5
6
7
8
9
/* Test __STDC_VERSION_LIMITS_H__ not in C11.  */
/* { dg-do preprocess } */
/* { dg-options "-std=c11 -pedantic-errors" } */

#include <limits.h>

#ifdef __STDC_VERSION_LIMITS_H__
#error "__STDC_VERSION_LIMITS_H__ defined"
#endif