shithub: mc

ref: 077743e60829979ec6d86760e8806e1d599419bc
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}