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
10int X;
11