xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/quote.c (revision f2da64fbbbf1b03f09f390ab01267c93dfd77c4c)
1 /* Test that unterminated quotes are OK when only preprocessing.  */
2 
3 /* { dg-do preprocess } */
4 
5 /* { dg-bogus "unterminated" } */  'x
6 /* { dg-bogus "unterminated" } */  "x
7