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
/
07.c
blob: b22b22bbcc9bbfbd7dc8d826f13b3904fa9a76c2 (
plain
) (
blame
)
1
2
3
4
#define a() YES
#define b() a
b
()
b
()()