shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}