shithub: mc

ref: 5844080dc4a5657a63716162272da4d26a818c76
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}