shithub: mc

ref: 95a76e16ded89189df3f85bfbaf5d40088e5cd97
dir: /test/arraylen.myr/

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

	-> a.len
}