aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/runtime.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/runtime.c b/test/runtime.c
index 2ff7c0a..0db5e76 100644
--- a/test/runtime.c
+++ b/test/runtime.c
@@ -2,6 +2,11 @@
#include <sys/types.h>
void
+ll__main()
+{ /* Empty version of GCC's initialization function */
+}
+
+void
printSByte(char c)
{
putchar(c);