repo.or.cz
/
tinycc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix use-after-free in tccelf.c
[tinycc.git]
/
tests
/
pp
/
01.c
blob
2fc3d7960329f5bbb585925bca354fcdc601b094
1
#define hash_hash # ## #
2
#define mkstr(a) # a
3
#define in_between(a) mkstr(a)
4
#define join(c, d) in_between(c hash_hash d)
5
char
p
[] =
join
(
x
,
y
);
6
// char p[] = "x ## y";