shithub: mc

ref: 16aa8c14d53c4d2e55651d64de26c68f23f21824
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))
}