shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}