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