ref: b53996849e0119bbd9572c220e31f2dd86834738 dir: /test/condiftrue.myr/
var x = 5 var y = 7 const main = { if x == 5 && y == 7 -> 7 else -> 9 ;; }