aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/pp.c')
-rw-r--r--test/pp.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/pp.c b/test/pp.c
new file mode 100644
index 0000000..0c199dc
--- /dev/null
+++ b/test/pp.c
@@ -0,0 +1,8 @@
+
+#include "pp.h"
+int
+main(void)
+{
+ hi();
+ return Foo;
+}