shithub: mc

ref: 013bffde621d421e1914491e6249a7486b9a1380
dir: /test/arraylit-ni.myr/

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