shithub: mc

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