shithub: mc

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

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

	-> a.len
}