shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}