shithub: mc

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

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

	-> a.len
}