shithub: mc

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