shithub: mc

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