1 /* { dg-do preprocess } */
2 /* { dg-options "-nostdinc -P -dU" } */
3 /* { dg-final { scan-file cmdlne-dU-2.i "^\n*#define A *\n*$" } } */
4 #define A
5 #ifdef A
6 #endif
7