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