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