shithub: mc

ref: 14b5372a6e42135957bf8f229a6f890b2edfdf4b
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}