repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libcpp, c, middle-end: Optimize initializers using #embed in C
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
c11-stdint-1.c
blob
43fe681c7a58815f44c24aa29877c70126b00aec
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