shithub: mc

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

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

	-> a.len
}