shithub: mc

ref: fbf50215af6de28f1c0ef86acbcba4666d771967
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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