shithub: mc

ref: 1d9ad6b8e4c45dc9cd7badaeab60c6bf4525a071
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}