index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
pp.c
blob: 2e6193e532c620040ae787b13345d4efc63fdfd6 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
#include "pp.h" #include "pp.h" int main(void) { hi(ADD(Foo, SQR(Bar+1))); }