shithub: mc

ref: a1774754e1da0397cc2cf567ca2ce6e79ae57bf7
dir: /test/arraylit-ni.myr/

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