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