shithub: mc

ref: a46d3858ca1b5dec53cb1f18af34d6d215d0a542
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 = {
	std.exit((0 && 1) castto(int))
}