shithub: mc

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