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