shithub: mc

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