shithub: mc

ref: 4f57d78598daddaab2b204fe418cf217b541b70e
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}