shithub: mc

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

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