shithub: mc

ref: 44c84f416b58264e371350eeb6d63bcfee699084
dir: /test/arraylen.myr/

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

	-> a.len
}