shithub: mc

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