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