shithub: mc

ref: 9f15e260cecbb60435e48cc94e64ac0fe3066d4f
dir: /test/arraylit-ni.myr/

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