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

7 lines
64 B
C
Raw Normal View History

2006-07-29 14:44:19 +08:00
// RUN: clang -E %s | grep '!!'
#define A(B,C) B ## C
!A(,)!