ref: 974ffa6f22cdcc1b0c220cb87f74854b4966b41d dir: /test/log-or.myr/
use std /* checks that evaluating a logical or works. exits with 1. */ const main = { std.exit((0 || 1) castto(int)) }