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