stage1 部分功能测试00,01,02,06成功

This commit is contained in:
zzy
2026-07-05 18:23:33 +08:00
parent 50b07074fb
commit 51d8510b79
30 changed files with 4336 additions and 59 deletions

4
stage1/test00.spl Normal file
View File

@@ -0,0 +1,4 @@
fn main() i32 {
ret 0;
}