shithub: mc

ref: 62227e61e476af5fb0b9d601117b371fefb7e1cc
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}