2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / trad / literals-2.c
blob29ffcbfbdeec763e140304de943da65e31fe01d6
1 /* Test that unterminated quotes in CPP expressions are
2 recognized. */
4 /* { dg-do preprocess } */
6 /* { dg-error "not valid" "bad charconst" { target *-*-* } 7 } */
7 #if 'x
8 #endif