(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
pr36320.c
       1  /* PR 36320 - #elif still requires valid expression.  */
       2  /* DR#412: #elif doesn't have to be valid expression (PR60570).  */
       3  /* { dg-do preprocess } */
       4  
       5  int z;
       6  #if 1
       7  #elif	/* { dg-bogus "with no expression" } */
       8  #endif