shithub: mc

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