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