shithub: mc

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

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

	-> a.len
}