shithub: mc

ref: 9f536f372f8d048d1d5ac1baf5858690731cfb52
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
}