shithub: mc

ref: 98972288339fd5d5f6466557e704f3737eab3c67
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}