shithub: mc

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