shithub: mc

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

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

	-> a.len
}