shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}