shithub: mc

ref: 01c7435a00df771e724b857fc4d5d5c2c0730734
dir: /test/arraylit-ni.myr/

View raw version
use std
/* checks that we can create arrays without indexed initializers. exits with 2. */
const main = {
	var a = [1, 3, 2]
	-> a[2]
}