shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}