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