shithub: mc

ref: 11103467867dfd1416f7328b1facbe63da5c0cf5
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}