shithub: mc

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