forked from OSchip/llvm-project
7 lines
64 B
C
7 lines
64 B
C
|
// RUN: clang -E %s | grep '!!'
|
||
|
|
||
|
#define A(B,C) B ## C
|
||
|
|
||
|
!A(,)!
|
||
|
|