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