view gcc/testsuite/gcc.dg/cpp/mi3.def @ 132:d34655255c78

update gcc-8.2
author mir3636
date Thu, 25 Oct 2018 10:21:07 +0900
parents 04ced10e8804
children
line wrap: on
line source

/* Another test case for over-eager multiple include optimization.    
   This one distilled from glibc's setlocale.c and categories.def.
   The #ifdef block doesn't cover the entire file, so it must not be
   taken for a reinclude guard.  */

#ifndef NO_POSTLOAD
#define NO_POSTLOAD NULL
#endif

int X;