Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-stdarg-4.c
blob: 06bff1f044593a4029c5ff553c9b68c69e5ec876 [
file
] [
log
] [
blame
]
/* Test __STDC_VERSION_STDARG_H__ not in C11. */
/* { dg-do preprocess } */
/* { dg-options "-std=c11 -pedantic-errors" } */
#include
<stdarg.h>
#ifdef
__STDC_VERSION_STDARG_H__
#error
"__STDC_VERSION_STDARG_H__ defined"
#endif