1/* Another test case for over-eager multiple include optimization. */
2
3#ifndef GUARD
4#define GUARD
5#elif 1				/* #elif kills optimisation  */
6int c;
7#endif
8