shithub: mc

ref: 615d1d878c603e55120b5d4250d3173fba19f135
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 : int))
}