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