shithub: mc

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

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