Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c94-version-1.c
blob: 7437dda90541be05288316c1056672e491cf7906 [
file
] [
log
] [
blame
]
/* Test __STDC_VERSION__ for C94. */
/* { dg-do compile } */
/* { dg-options "-std=iso9899:199409 -pedantic-errors" } */
#if __STDC_VERSION__ == 199409L
int
i
;
#else
#error
"Bad __STDC_VERSION__."
#endif