shithub: mc

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