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