shithub: mc

ref: 0a337df767ec5a911dfef3ca529406e2ad3c4462
dir: /test/arraylit-ni.myr/

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