shithub: mc

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

View raw version
const f = {
	-> 21
}

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