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