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