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