ref: 96203fff1cc3c06bea79801d9af38c40e556d74a dir: /test/log-or.myr/
use std /* checks that evaluating a logical or works. exits with 1. */ const main = { std.exit((0 || 1 : int)) }