shithub: mc

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

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