ref: b319e47808ef74e3ed23a624ac9965551a7f51b5 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)) }