shithub: mc

ref: 552e5b33111a9bfd408073b8eebaf0bd979199cb
dir: /test/arraylen.myr/

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

	-> a.len
}