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