shithub: mc

ref: 543467de958b3083b7d133fec211f22dbdd2ef33
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}