shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}