shithub: mc

ref: 1b562ee700be25e69521691e72b73fdc5c887bfa
dir: /test/arraylen.myr/

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

	-> a.len
}