ref: 022ea933cb1ece0d00eeac4f01c8738fdd37ac91 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)) }