blob: 8774fcf486ab96bc2c149f6b6e67f7e832c8cae7 [file] [log] [blame]
/* Another test case for over-eager multiple include optimization. */
#ifndef GUARD
#define GUARD
#elif 1 /* #elif kills optimisation */
int c;
#endif