shithub: mc

ref: 507c0dc4eb7b20d87dc7ac06316e4620057e47ab
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
}