shithub: mc

ref: 5602844b7d3261133acdbf16462d91177338850f
dir: /test/arraylen.myr/

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

	-> a.len
}