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