shithub: mc

ref: 38bff109c49599383fabf9163bda5954af1ffab5
dir: /test/arraylen.myr/

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

	-> a.len
}