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