shithub: mc

ref: 0f8acbf5559d4710faa41fdb81a5bc892f1a753f
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}