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