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