shithub: mc

ref: 75cf80b3680ec08c42145aa0f52d7c65dad33766
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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