shithub: mc

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

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

	-> a.len
}