aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-10.c
blob: 31398a7625b13bfba4bf473deb80ac65a75d1a3d (plain)
1
2
3
4
5
6
7
/* { dg-do preprocess } */
/* { dg-options "-nostdinc -P -dU" } */
/* { dg-final { scan-file cmdlne-dU-10.i "^\n*C\n+#define B C\n+#define A B\n*$" } } */
/* This file deliberately has no final newline.  */
#define A B
#define B C
A