1 /* { dg-do preprocess } */
2 /* { dg-options "-nostdinc -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
7