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

#include <stddef.h>

#ifdef __STDC_VERSION_STDDEF_H__
#error "__STDC_VERSION_STDDEF_H__ defined"
#endif