shithub: mc

ref: ccd359009acc8ce55a66f65914c7d0736edd4663
dir: /test/log-or.myr/

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