summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_paste_none.c
blob: 97ccd7c5cb0211ba19ad22578aea336c60fc0097 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 -E %s | grep '!!'

#define A(B,C) B ## C

!A(,)!