shithub: mc

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