opnsense-src/test/Preprocessor/stringize_space2.c
2009-06-02 17:58:47 +00:00

6 lines
64 B
C

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