libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git] / gcc / testsuite / gcc.dg / c11-stdint-1.c
blob43fe681c7a58815f44c24aa29877c70126b00aec
1 /* Test __STDC_VERSION_STDINT_H__ not in C11. */
2 /* { dg-do preprocess } */
3 /* { dg-options "-std=c11 -pedantic-errors -ffreestanding" } */
5 #include <stdint.h>
7 #ifdef __STDC_VERSION_STDINT_H__
8 #error "__STDC_VERSION_STDINT_H__ defined"
9 #endif