shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}