shithub: mc

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