diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/cpp/cmdlne-dU-14.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/cpp/cmdlne-dU-14.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-14.c b/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-14.c new file mode 100644 index 000000000..5d36f1acb --- /dev/null +++ b/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-14.c @@ -0,0 +1,6 @@ +/* { dg-do preprocess } */ +/* { dg-options "-P -dU" } */ +/* { dg-final { scan-file cmdlne-dU-14.i "^\n*B\n+#define A B\n+B\n*$" } } */ +#define A B +A +A |