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