aboutsummaryrefslogtreecommitdiff
path: root/test/testprog.c
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2024-05-24 15:10:08 +0100
committerNat Lasseter <user@4574.co.uk>2024-05-24 15:10:08 +0100
commitf08c0939608f5ed95652d71778400efc3fd92c32 (patch)
tree89e811cdeef3dfd9d740fb6d1ed2ae25b09ef6d1 /test/testprog.c
Initial commit, currently broken because recursion.HEADmain
Diffstat (limited to 'test/testprog.c')
-rw-r--r--test/testprog.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/testprog.c b/test/testprog.c
new file mode 100644
index 0000000..cfeb3d6
--- /dev/null
+++ b/test/testprog.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+#include "testprog.h"
+
+void main() {
+ printf(STRING "\n");
+}