shithub: mc

ref: 4754ca5116714151571639cff957ee0e18a155cc
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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