Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / cmdlne-dU-7.c
blob43a66341d0c34b628674997f344dba999fdadb43
1 /* { dg-do preprocess } */
2 /* { dg-options "-P -dU" } */
3 /* { dg-final { scan-file cmdlne-dU-7.i "^\n*B\n+#define A B\n+C\n+#define A C\n*$" } } */
4 #define A B
6 #undef A
7 #define A C