ref: 4d0895a4c80d5db3fe2c304b0820cb724d9ac0c3 dir: /test/condifrel.myr/
use std /* checks if relatonal operators work. should exit with 9. */ var x = 3 var y = 9 const main = { if x < 5 && y > 7 -> 7 else -> 9 ;; }