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