C++程序  |  7行  |  66 B

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