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