shithub: mc

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