shithub: mc

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