shithub: mc

ref: 728fe3286bec3f5e6b6df584d88c6b39e54237cb
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}