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