shithub: mc

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