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