shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}