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