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