shithub: mc

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