OSDN Git Service

* c-common.c (c_common_init): Set up CPP arithmetic.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / mi3.h
1 /* Another test case for over-eager multiple include optimization. */
2
3 #ifndef GUARD
4 #define GUARD
5 #elif 1                         /* #elif kills optimisation  */
6 int c;
7 #endif