7 lines
69 B
C
7 lines
69 B
C
|
// RUN: %clang_cc1 -E %s | grep '!!'
|
||
|
|
||
|
#define A(B,C) B ## C
|
||
|
|
||
|
!A(,)!
|
||
|
|