shithub: mc

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