Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 -E -dD < %s | grep stdin | grep -v define
      2 #define A A
      3 /* 1
      4  * 2
      5  * 3
      6  * 4
      7  * 5
      8  * 6
      9  * 7
     10  * 8
     11  */
     12 #define B B
     13 
     14