shithub: mc

ref: 05d6f166bfbae35f412ac8276b34a61ecfb3a384
dir: /test/log-or.myr/

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