shithub: mc

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