shithub: mc

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