diff options
author | Quinn Stephens <quinn@osmora.org> | 2025-06-10 08:48:45 -0400 |
---|---|---|
committer | Quinn Stephens <quinn@osmora.org> | 2025-06-10 08:48:45 -0400 |
commit | 812d22e383744561891956019d22c65562da0839 (patch) | |
tree | 0ec8cc0c89e03da1f828d0594cfc44e0e7d2e5e4 /src | |
parent | dd893942f89d2942a764b07cf5cdece57390f146 (diff) |
Update test code
Signed-off-by: Quinn Stephens <quinn@osmora.org>
Diffstat (limited to 'src')
-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) |