shithub: mc

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