diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |