shithub: mc

ref: 5ff7476488a01902d14df4f4c8424c9c436a59c2
dir: /test/arraylen.myr/

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

	-> a.len
}