(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
unc1.c
       1  /* Tests for un-terminated conditionals: 1.  */
       2  /* { dg-do preprocess } */
       3  
       4  #if 1  /* { dg-error "-:unterminated" "unterminated #if" } */
       5  
       6  #ifdef notdef /* { dg-bogus "unterminated" "nested terminated #ifdef" } */
       7  
       8  blah blah blah
       9  
      10  #endif
      11  
      12  more text
      13  
      14  /* oops! */