shithub: mc

ref: 31329a5bbacf4a295633260120dc3950ea0c8f88
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
}