shithub: mc

ref: 62227e61e476af5fb0b9d601117b371fefb7e1cc
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) castto(int))
}