summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/stringize_space2.c
blob: 6a96894de6ee2724fd036b535203a30fe2ca6449 (plain)
1
2
3
4
5
6
/* RUN: clang-cc -E %s | grep 'a c'
 */
#define t(x) #x
t(a
c)

OpenPOWER on IntegriCloud