shithub: mc

ref: 052fc6c33c0c5a945591d08933bfeada909d1fdb
dir: /test/arraylen.myr/

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

	-> a.len
}