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