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
/
mi3.h
blob
8774fcf486ab96bc2c149f6b6e67f7e832c8cae7
1
/* Another test case for over-eager multiple include optimization. */
2
3
#ifndef GUARD
4
#define GUARD
5
#elif 1
/* #elif kills optimisation */
6
int
c
;
7
#endif