shithub: mc

ref: 0777dce112452cb95d09037ef49a5f35b48ed6e3
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}