shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}