shithub: mc

ref: 70d8c38eef83216f3ea9ea008bb10923b58623d8
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

const main = {
	-> f() + f()
}