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