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