shithub: mc

ref: 50f182d770b59c438e5c381a03c7bfcd8c338196
dir: /test/log-or.myr/

View raw version
use std
/* checks that evaluating a logical or works. exits with 1. */
const main = {
	std.exit((0 || 1 : int))
}