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
       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