shithub: mc

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

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