shithub: mc

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