shithub: mc

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