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