[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Preprocessor / macro_paste_none.c
blob97ccd7c5cb0211ba19ad22578aea336c60fc0097
1 // RUN: %clang_cc1 -E %s | grep '!!'
3 #define A(B,C) B ## C
5 !A(,)!