macro_paste_none.c 69 B

123456
  1. // RUN: %clang_cc1 -E %s | grep '!!'
  2. #define A(B,C) B ## C
  3. !A(,)!