aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pp.c')
-rw-r--r--test/pp.c4
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;
}