shithub: mc

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