shithub: mc

ref: 16dbaa9af38342979bf91bf5f5e3f4e3d418919c
dir: /test/arraylen.myr/

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

	-> a.len
}