shithub: mc

ref: 949eb0559d34c181134b810d16d845f7609c2222
dir: /test/arraylen.myr/

View raw version
const main = {
	var a : int[12]

	-> a.len
}