hanchenye-llvm-project/clang/test/Preprocessor/macro_paste_none.c

7 lines
67 B
C

// RUN: clang-cc -E %s | grep '!!'
#define A(B,C) B ## C
!A(,)!