shithub: mc

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