shithub: mc

ref: 063b2a4e134589a8a1d635708eb0eb39d5a76bfb
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) castto(int))
}