shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}