shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}