shithub: mc

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

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

	-> a.len
}