shithub: mc

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