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