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