shithub: mc

ref: 95fc77c94bec1b7e1d3df3abd6706bec795225e0
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}