shithub: mc

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