ref: 84393ead97a2e189b6057420ad7d94170b9aa00f dir: /test/log-and.myr/
use std /* checks that evaluating a logical and to a bool works. should return 0. */ const main = { std.exit((0 && 1 : int)) }