shithub: mc

ref: 5c7910da4770a4495e90eb5c243993ec778d4e68
dir: /test/log-and.myr/

View raw version
use std
/* checks that evaluating a logical and to a bool works. should return 0. */
const main = {
	std.exit((0 && 1) castto(int))
}