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