shithub: mc

ref: b86eca27aa6778359fcf2e1671c1cd86429b8bed
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

	v = [foo(), 42, 123]
	-> v[0]
}

const foo = {
	-> 21 
}