shithub: mc

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

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

	-> a.len
}