shithub: mc

ref: 8a57984a3b3102a30ca6210f7b73dc523f620377
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}