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