ref: 979a0dd6fec80a4fe66ced0b5e2ba30cd574abc1 dir: /test/condifrel.myr/
var x = 3 var y = 9 const main = { if x < 5 && y > 7 -> 7 else -> 9 ;; }