macro_paste_none.c revision f8fd82ba49827db0f6a6ba00c55a7b56b12a19fa
1// RUN: %clang_cc1 -E %s | grep '!!'
2
3#define A(B,C) B ## C
4
5!A(,)!
6
7