shithub: mc

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