ref: df3be17970375f2a05281aad81734be0db8f4983 dir: /test/log-or.myr/
/* checks that evaluating a logical or works. exits with 1. */ const main = { -> 0 || 1 }