shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}