repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
trad
/
__STDC__.c
blob
b25bcb9aa76eae0fafe883a83cbbe2cb42d783af
1
/* Test that __STDC__ is not defined. */
2
3
/* { dg-do preprocess } */
4
5
#if defined __STDC__
6
# error __STDC__ defined
/* { dg-bogus "__STDC__" "__STDC__ defined" } */
7
#endif