shithub: mc

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