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