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