shithub: mc

ref: 073546effee37340cd682778536bb84a77110cad
dir: /test/log-or.myr/

View raw version
use std
/* checks that evaluating a logical or works. exits with 1. */
const main = {
	-> 0 || 1
}