shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}