shithub: mc

ref: 575cd5a2034d9bfe97fc2275df76631383fa0898
dir: /test/arraylit-ni.myr/

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