shithub: mc

ref: 6f9d91c5f33ead0351531ca0570da85cfb3e24e8
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}