shithub: mc

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