index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tinyc
/
tests
/
pp
/
09.c
blob: 315b297cd62f2bae9b4a9a10c448847e9b253fe4 (
plain
) (
blame
)
1
2
3
4
#define C(a,b,c) a##b##c
#define N(x,y) C(x,_,y)
#define A_O aaaaoooo
N
(
A
,
O
)