shithub: mc

ref: 31329a5bbacf4a295633260120dc3950ea0c8f88
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]
}