blob: 29ffcbfbdeec763e140304de943da65e31fe01d6 (
plain)
1
2
3
4
5
6
7
8
|
/* Test that unterminated quotes in CPP expressions are
recognized. */
/* { dg-do preprocess } */
/* { dg-error "not valid" "bad charconst" { target *-*-* } 7 } */
#if 'x
#endif
|