shithub: mc

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

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