shithub: mc

ref: 6fd59842dc48fd8a4dafe580c79cae37c01ab675
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}