shithub: mc

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

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

	-> a.len
}