shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}