shithub: mc

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