shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}