shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}