shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}