ref: 7baf0c3ce683e750beb30b41cdd7fc2060efbe3f dir: /test/log-or.myr/
/* checks that evaluating a logical or works. exits with 1. */ const main = { -> 0 || 1 }