shithub: mc

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