shithub: mc

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