shithub: mc

ref: 645ac9298c8d9c7ffee3da6c849a389bcc9adcb2
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}