shithub: mc

ref: 8bcba75efd9dd84da2ba9d9634d456d960580f68
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}