shithub: mc

ref: bfa86d22fdc7b22fa4bc2819d4aa928acfac5168
dir: /test/arraylen.myr/

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

	-> a.len
}