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