shithub: mc

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