shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}