shithub: mc

ref: 9f536f372f8d048d1d5ac1baf5858690731cfb52
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}