shithub: mc

ref: 99182bb1ece37aa9bd3c2c5466c650caa10e4d4b
dir: /test/arraylit-ni.myr/

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