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