summaryrefslogtreecommitdiff
path: root/05/main.c
diff options
context:
space:
mode:
Diffstat (limited to '05/main.c')
-rw-r--r--05/main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/05/main.c b/05/main.c
index b7e07be..56af630 100644
--- a/05/main.c
+++ b/05/main.c
@@ -1,5 +1,3 @@
-#include "tests/parse_stb_truetype.h"
-
/*
; @NONSTANDARD:
; the following does not work:
@@ -14,3 +12,6 @@ This needs to be fixed because otherwise you can't do:
struct A { struct B *blah; }
struct B { struct A *blah; }
*/
+
+int main(void) {
+}