shithub: mc

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