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