shithub: mc

ref: 6ffd7e7a7d3581d6d101a17767fcaf20a797a041
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
}