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