shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}