shithub: mc

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