Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
c11-stdint-1.c
blob: 43fe681c7a58815f44c24aa29877c70126b00aec [
file
] [
log
] [
blame
]
/* Test __STDC_VERSION_STDINT_H__ not in C11. */
/* { dg-do preprocess } */
/* { dg-options "-std=c11 -pedantic-errors -ffreestanding" } */
#include
<stdint.h>
#ifdef
__STDC_VERSION_STDINT_H__
#error
"__STDC_VERSION_STDINT_H__ defined"
#endif