opnsense-src/test/Preprocessor/stringize_space2.c

7 lines
64 B
C
Raw Normal View History

2009-06-02 13:58:47 -04:00
/* RUN: clang-cc -E %s | grep 'a c'
*/
#define t(x) #x
t(a
c)