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