shithub: mc

ref: 883501182d7c7545287b0df0375a8974b853335d
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}