blob: 6dc5737024d00f15e68c4017625a04f784db4fc7 [file] [log] [blame]
/* 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