shithub: mc

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

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

	-> a.len
}