]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/c11-stdint-1.c
ginclude: C2x header version macros
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / c11-stdint-1.c
1 /* Test __STDC_VERSION_STDINT_H__ not in C11. */
2 /* { dg-do preprocess } */
3 /* { dg-options "-std=c11 -pedantic-errors -ffreestanding" } */
4
5 #include <stdint.h>
6
7 #ifdef __STDC_VERSION_STDINT_H__
8 #error "__STDC_VERSION_STDINT_H__ defined"
9 #endif