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