shithub: mc

ref: 734d2e4ffd947e1a5fd73ae22029d3b0647be290
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
}