shithub: mc

ref: 47e2fe4b898f4260414f84424929d8a7e09cd021
dir: /test/arraylen.myr/

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

	-> a.len
}