shithub: mc

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

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

	-> a.len
}