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