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