(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
cpp/
cmdlne-dU-19.c
       1  /* { dg-do preprocess } */
       2  /* { dg-options "-nostdinc -P -dU" } */
       3  /* { dg-final { scan-file cmdlne-dU-19.i "^\n*B\n+#define A B\n+#undef A\n*$" } } */
       4  #define A B
       5  A
       6  #undef A
       7  #ifdef A
       8  #endif