shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}