shithub: mc

ref: 8b40166d270adf9dacb384b24c22928379b1d225
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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