opnsense-src/test/Preprocessor/stringize_space2.c
2010-01-01 10:34:51 +00:00

6 lines
66 B
C

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