shithub: mc

ref: 82f94a1ad3d38b62ea08351190ec237646c52a17
dir: /test/arraylen.myr/

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

	-> a.len
}