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