shithub: mc

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

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

	-> a.len
}