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