shithub: mc

ref: 914c9055fd4e28b93b1aaa17fcc1791518f125f3
dir: /test/arraylen.myr/

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

	-> a.len
}