shithub: mc

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