shithub: mc

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