shithub: mc

ref: 8c7bac5ae4b0611bebf0e5c88ee483e406bece86
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}