ref: 55f9f36fd0a2dd5378f1a71a82aa9eb1b7f69562 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)) }