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