shithub: mc

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