shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}