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: ee4b98a36ad4b5ee5822ae88637481a2cce55cc6 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
#include "pp.h" #include "pp.h" int main(void) { hi(); return Foo + Bar; }