shithub: mc

ref: 4ef5e4ab736c4c5e083654daedfd6ba32e112d51
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

	v = [foo(), 42, 123]
	std.exit(v[0])
}

const foo = {
	-> 21 
}