shithub: mc

ref: 3cc27c015d4354faed21058af35cf7e4a79839dd
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}