shithub: mc

ref: 2551a75889ee7eee8d9cb222c9d4f3111fccfa85
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 : int))
}