shithub: mc

ref: f97e207c661b21747119784d7dea76fb91f6d13f
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))
}