shithub: mc

ref: 2d53d9399dde7bec1595a4e4e1dbcac296784ce7
dir: /test/log-and.myr/

View raw version
/* checks that evaluating a logical and to a bool works. should return 0. */
const main = {
	-> 0 && 1
}