shithub: mc

ref: 150431ba47ff455aa3fb65525ccb44ec02a95774
dir: /test/arraylen.myr/

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

	-> a.len
}