shithub: mc

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