5 lines
109 B
C
5 lines
109 B
C
// RUN: clang-cc -E %s | grep -- '-"" , - "" , -"" , - ""'
|
|
|
|
#define A(b) -#b , - #b , -# b , - # b
|
|
A()
|