shithub: mc

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