From f08c0939608f5ed95652d71778400efc3fd92c32 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Fri, 24 May 2024 15:10:08 +0100 Subject: Initial commit, currently broken because recursion. --- test/testprog.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/testprog.c (limited to 'test/testprog.c') 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 +#include "testprog.h" + +void main() { + printf(STRING "\n"); +} -- cgit v1.2.1