shithub: mc

ref: caa829c88284e8ac2c213d178f62943548d9b7ad
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
}