shithub: mc

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