shithub: mc

ref: 11d385224d630ae234c7e8c4212cfefac8fd167d
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}