shithub: mc

ref: 4d3579d9e03400cc44fca47638454207c86b9fd2
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
}