shithub: mc

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