shithub: mc

ref: 3a45cf391fee2805331c88d6947f3bdbd8689478
dir: /test/arraylen.myr/

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

	-> a.len
}