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