Home | History | Annotate | Download | only in Preprocessor
      1 // RUN: %clang_cc1 -E %s | grep '!!'
      2 
      3 #define A(B,C) B ## C
      4 
      5 !A(,)!
      6 
      7