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