shithub: mc

ref: 12000d47c1481990d11a9659733e1b604a6f7092
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))
}