shithub: mc

ref: 06910883726c34ebc812b86e813d51442157400e
dir: /test/arraylen.myr/

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

	-> a.len
}