shithub: mc

ref: 8071536258299b89fc70647b895c039b071aad44
dir: /test/arraylen.myr/

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

	-> a.len
}