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