shithub: mc

ref: 3b80bdf127a0e3d1551a4393008f702ca022f2b3
dir: /test/log-or.myr/

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