shithub: mc

ref: 6f349d4517219f9e23f70c87d1a62dccc7438218
dir: /test/arraylen.myr/

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

	-> a.len
}