stage1 完成14测试

This commit is contained in:
zzy
2026-07-06 15:18:17 +08:00
parent ad473f245c
commit 0892c084ee
3 changed files with 32 additions and 8 deletions

View File

@@ -13,7 +13,6 @@ type Color = enum {
type Expr = enum {
val: i32,
add: struct { left: *Expr, right: *Expr },
tag: Tag,
type Tag = enum {