shithub: mc

ref: 7a8432f91da0cd7b9e9fb0ccfb3c96d849d00b54
dir: /test/log-and.myr/

View raw version
use std
/* checks that evaluating a logical and to a bool works. should return 0. */
const main = {
	-> 0 && 1
}