shithub: mc

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