shithub: mc

ref: 3d9ce334368f0d6e7da472200c68c7081889058b
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}