shithub: mc

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