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