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