blob: 6a96894de6ee2724fd036b535203a30fe2ca6449 [file] [log] [blame]
/* RUN: clang-cc -E %s | grep 'a c'
*/
#define t(x) #x
t(a
c)