shithub: mc

ref: 81693eb29061bb06a48cc634ab3b6e30883bcbd3
dir: /test/arraylen.myr/

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

	-> a.len
}