shithub: mc

ref: 188127af82ebd9fbd729419c525ba459d3a779f4
dir: /test/arraylen.myr/

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

	-> a.len
}