(root)/
gcc-13.2.0/
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