Stage 5 minus missing return support

This commit is contained in:
2026-02-11 11:55:16 -05:00
parent e08bb2ff95
commit 62c1d980f7
4 changed files with 1790 additions and 872 deletions

2
test.c
View File

@@ -1,4 +1,4 @@
int main() {
return 1 || 0 && 2;
}