rt_gccstream/gcc/testsuite/gcc.dg/cpp/cmdlne-dU-12.c

7 lines
152 B
C

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