gcc/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-2.c

7 lines
152 B
C

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