shithub: mc

ref: 25fc2ab09e3ff0ede5615be44e534c567327e6a6
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
}