ref: 2b13f71e390a91faabcc209f44b1ec20ae0fa4ff dir: /test/log-and.myr/
use std /* checks that evaluating a logical and to a bool works. should return 0. */ const main = { -> 0 && 1 }