shithub: mc

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

View raw version
const f = {
	-> 21
}

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