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