shithub: mc

ref: 3730a2515fa554695c3c424053ed683ac2bdd596
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}