stringize_space2.c   [plain text]


/* RUN: %clang_cc1 -E %s | grep 'a c'
 */
#define t(x) #x
t(a
c)