shithub: mc

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

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