shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}