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
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'test/pp.c')
-rw-r--r--
test/pp.c
4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/pp.c b/test/pp.c
index 0c199dc..ee4b98a 100644
--- a/
test/pp.c
+++ b/
test/pp.c
@@ -1,8 +1,10 @@
#include "pp.h"
+#include "pp.h"
+
int
main(void)
{
hi();
- return Foo;
+ return Foo + Bar;
}