shithub: mc

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

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