shithub: mc

ref: ec1385e4eeb73318684695de73cb61f276deb887
dir: /test/arraylen.myr/

View raw version
/* checks that array lengths work. should exit with 12. */
const main = {
	var a : int[12]

	-> a.len
}