summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_paste_hashhash.c
blob: 42654fd1b18b038d02e43c2418ec5f6e4856b3e8 (plain)
1
2
3
4
5
6
7
// RUN: clang-cc -E %s | grep '^"x ## y";$'
#define hash_hash # ## # 
#define mkstr(a) # a 
#define in_between(a) mkstr(a) 
#define join(c, d) in_between(c hash_hash d) 
join(x, y);

OpenPOWER on IntegriCloud