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