shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}