shithub: mc

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