shithub: mc

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