diff options
author | Quinn Stephens <quinn@osmora.org> | 2025-06-08 09:53:35 -0400 |
---|---|---|
committer | Quinn Stephens <quinn@osmora.org> | 2025-06-08 09:53:35 -0400 |
commit | c9097ef44a6a7d5a37b7910b44e4b9c321415231 (patch) | |
tree | 163ea7cfc5d575d366574f9ef4e293d03887188f /src/main.c | |
parent | a217d1232640123ef8fa5a036eb9978e5ccbadc4 (diff) |
parser: Get started on type system
Signed-off-by: Quinn Stephens <quinn@osmora.org>
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ #include "log.h" #include "parser.h" -static const char *src = "int test\nint main"; +static const char *src = "void test\nint main"; int main(int argc, char **argv) |