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