summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 13803be..4387972 100644
--- a/src/main.c
+++ b/src/main.c
@@ -33,7 +33,7 @@
#include "parser.h"
#include "parser/ast.h"
-static const char *src = "int x;void **ptr;\nvoid *alloc();void test();\nint main();\n";
+static const char *src = "int x;void **ptr;\nvoid *alloc();\nvoid test();\nint main()\n{\n}\n";
static void
print_func(struct ast_node *func)