shithub: mc

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