macro(if normalize): add print-if normalization golden and runner

This commit is contained in:
Selfhosting Dev
2025-09-20 01:29:02 +09:00
parent b7975c80db
commit 4229e4259e
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,2 @@
print(if (1 < 2) { 10 } else { 20 })