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 Windows++ compilation of previous (YX Hao, Joel Bodenmann)
[tinycc.git]
/
tests
/
pp
/
09.c
blob
315b297cd62f2bae9b4a9a10c448847e9b253fe4
1
#define C(a,b,c) a##b##c
2
#define N(x,y) C(x,_,y)
3
#define A_O aaaaoooo
4
N
(
A
,
O
)