shithub: mc

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