shithub: mc

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