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