shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}