ref: 17b5405f1035985d60539f7d777b77cf56e7231a dir: /test/log-or.myr/
use std /* checks that evaluating a logical or works. exits with 1. */ const main = { std.exit((0 || 1 : int)) }