shithub: mc

ref: 4403e8080fea47d509fa2ca264feff1cccceefbe
dir: /test/arraylen.myr/

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

	-> a.len
}