shithub: mc

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

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}