shithub: mc

ref: 5b36d5c8a69402c36d272e0edbbc24c50bf5e1dc
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}