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