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

5 lines
111 B
C

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