shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}