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