shithub: mc

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