shithub: mc

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

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

	-> a.len
}