2013-09-17 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / mi3.def
blob375d9c7fe349344d82ab0c321eefee0e5c92b46e
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. */
6 #ifndef NO_POSTLOAD
7 #define NO_POSTLOAD NULL
8 #endif
10 int X;