forked from OSchip/llvm-project
parent
f35d327a99
commit
15d6b28f09
|
@ -0,0 +1,6 @@
|
|||
// RUN: clang -E %s | grep '!!'
|
||||
|
||||
#define A(B,C) B ## C
|
||||
|
||||
!A(,)!
|
||||
|
Loading…
Reference in New Issue