shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}