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