shithub: mc

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