(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
trad/
literals-2.c
       1  /* Test that unterminated quotes in CPP expressions are
       2     recognized.  */
       3  
       4  /* { dg-do preprocess } */
       5  /* { dg-warning "-:missing terminating" "bad charconst" { target *-*-* } .+2 } */
       6  /* { dg-error "-:not valid" "bad charconst" { target *-*-* } .+1 } */
       7  #if 'x
       8  #endif