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