OSDN Git Service

* gcc.dg/cpp/charconst-3.c: Run, don't compile.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / cpp / mi3.def
1 /* Another test case for over-eager multiple include optimization.    
2    This one distilled from glibc's setlocale.c and categories.def.
3    The #ifdef block doesn't cover the entire file, so it must not be
4    taken for a reinclude guard.  */
5
6 #ifndef NO_POSTLOAD
7 #define NO_POSTLOAD NULL
8 #endif
9
10 int X;