shithub: mc

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

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

	-> a.len
}