shithub: mc

ref: 9e087145195fb50d06a87732399aebda067a3d42
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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