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