shithub: mc

ref: 6880f73fd5b9578a804856ee907bf246bba2687d
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
}