shithub: mc

ref: 895c8ae58de3ece766a1f9d70094f61adb864f71
dir: /test/livearraylit.myr/

View raw version
use std

const main = {
	var v

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

const foo = {
	-> 21 
}