rt_gccstream/gcc/testsuite/gcc.dg/cpp/mi3.h

8 lines
156 B
C

/* Another test case for over-eager multiple include optimization. */
#ifndef GUARD
#define GUARD
#elif 1 /* #elif kills optimisation */
int c;
#endif