ref: 03bf16f1492a7bb4b01fad3d1424f9f185788b0b 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)) }