shithub: mc

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

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