hanchenye-llvm-project/clang/test/Preprocessor/stringize_space.c

5 lines
109 B
C

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