shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}