mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 03:29:57 +00:00
15d6b28f09
llvm-svn: 38786
7 lines
64 B
C
7 lines
64 B
C
// RUN: clang -E %s | grep '!!'
|
|
|
|
#define A(B,C) B ## C
|
|
|
|
!A(,)!
|
|
|