shithub: mc

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