shithub: mc

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

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

	-> a.len
}