shithub: mc

ref: 00f032bd89766baaafb5cadc59fea2fb22ef934c
dir: /test/arraylen.myr/

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

	-> a.len
}