shithub: mc

ref: 94932c665b01982ed386de8fe958168001a95dec
dir: /test/arraylen.myr/

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

	-> a.len
}