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