shithub: mc

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

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