diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/trad/maccom4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/trad/maccom4.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/trad/maccom4.c b/gcc/testsuite/gcc.dg/cpp/trad/maccom4.c new file mode 100644 index 000000000..eac52da0d --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/trad/maccom4.c @@ -0,0 +1,17 @@ +/* { dg-do preprocess } */ +/* { dg-options "-CC -traditional-cpp" } */ + +/* This tests to make sure the comment is saved in the macro and copied + to the output file when the macro is expanded when the -CC option is + used. + + Jason R. Thorpe, 6 Apr 2002 */ + +#define def /* passed */ + +def + +/* + /* The + in the regexp prevents it from matching itself. */ + { dg-final { scan-file maccom4.i "p+assed" } } +*/ |