shithub: mc

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