macro(match): add guard-literal-OR smoke (AST no PeekExpr + VM output); stabilize smoke robustness; LLVM PHI hygiene now passing for assign/print/match_literal
This commit is contained in:
8
apps/tests/macro/match/guard_literal_or.nyash
Normal file
8
apps/tests/macro/match/guard_literal_or.nyash
Normal file
@ -0,0 +1,8 @@
|
||||
local d = 2
|
||||
local r = match d {
|
||||
1 if (1 < 2) => 10
|
||||
2 if (2 < 3) => 20
|
||||
_ => 30
|
||||
}
|
||||
print(r)
|
||||
|
||||
Reference in New Issue
Block a user