2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / trad / mi3.h
blob8774fcf486ab96bc2c149f6b6e67f7e832c8cae7
1 /* Another test case for over-eager multiple include optimization. */
3 #ifndef GUARD
4 #define GUARD
5 #elif 1 /* #elif kills optimisation */
6 int c;
7 #endif