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