shithub: mc

ref: 92dd0254be91f229e53403e4edb0997c4b78bfcd
dir: /test/arraylit-ni.myr/

View raw version
const main = {
	var a = [1, 3, 2]
	-> a[2]
}