shithub: mc

ref: 7088e222cf1b0ae17607ce0ac232067a172b851e
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}