shithub: mc

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