shithub: mc

ref: 02922f0289a990a65ad7ede45f2a2e54df7c7162
dir: /test/arraylit-ni.myr/

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