shithub: mc

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

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