shithub: mc

ref: 4469bf2ece473f5e51cd549131f76f184705f75f
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}