shithub: mc

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

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

	-> a.len
}