aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/cpp/trad/literals-2.c
blob: 807bb0db0a8d401afeaf111c8277f2541e0c76ab (plain)
1
2
3
4
5
6
7
8
/* Test that unterminated quotes in CPP expressions are
   recognized.  */

/* { dg-do preprocess } */

/* { dg-error "missing terminating" "bad charconst" { target *-*-* } 7 } */
#if 'x
#endif