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