stage1 完成14测试
This commit is contained in:
@@ -13,7 +13,6 @@ type Color = enum {
|
||||
|
||||
type Expr = enum {
|
||||
val: i32,
|
||||
add: struct { left: *Expr, right: *Expr },
|
||||
tag: Tag,
|
||||
|
||||
type Tag = enum {
|
||||
|
||||
Reference in New Issue
Block a user