ref: 7872641a685fc1498036dd0d6c2a4657e97a8e2e 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)) }