shithub: mc

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

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

	-> a.len
}