shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}