shithub: mc

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

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

	-> a.len
}