shithub: mc

ref: 8fc0919576234ccc15a9f66e43a326fd15f9ca79
dir: /test/arraylit-ni.myr/

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