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