shithub: mc

ref: 09c0c2d9ab8c27a6f45c3740a0bf05641fc28832
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))
}