ref: 86176386c885b1f424d86321c06ca353842fa3b1 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) castto(int)) }