shithub: mc

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

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

	-> a.len
}