diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/trad/quote.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/trad/quote.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/trad/quote.c b/gcc/testsuite/gcc.dg/cpp/trad/quote.c new file mode 100644 index 000000000..f8e61700f --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/trad/quote.c @@ -0,0 +1,6 @@ +/* Test that unterminated quotes are OK when only preprocessing. */ + +/* { dg-do preprocess } */ + +/* { dg-bogus "unterminated" } */ 'x +/* { dg-bogus "unterminated" } */ "x |