shithub: mc

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