shithub: mc

ref: 001eb2aee8d88faa8186c858e503c6ea80b1e145
dir: /test/arraylit-ni.myr/

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