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