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