Home | History | Annotate | Download | only in tests
      1 #define A(a, b) B(a, b)
      2 #define C A(0, C)
      3 C
      4