shithub: mc

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

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

	-> a.len
}