shithub: mc

ref: 0b5023c54b5310de851219ebbcd5f27876a005fb
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}