shithub: mc

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