OSDN Git Service

* cpplib.c (do_include_common): Revert to correct line number
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / trad / 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