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
/
04.c
blob: 0068f3751b814e90dc699e71d5e1414cb47280bd (
plain
) (
blame
)
1
2
3
4
#define foobar 1
#define C(x,y) x##y
#define D(x) (C(x,bar))
D
(
foo
)