shithub: mc

ref: 08cf7754b28fc26034bd752022e47ed516686210
dir: /test/arraylit-ni.myr/

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