aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/trad/mi3.h
blob: 8774fcf486ab96bc2c149f6b6e67f7e832c8cae7 (plain)
1
2
3
4
5
6
7
/* Another test case for over-eager multiple include optimization. */

#ifndef GUARD
#define GUARD
#elif 1				/* #elif kills optimisation  */
int c;
#endif