shithub: mc

ref: 90b5bcd21e3920cc6ab27bb32df81aed5cb26e9f
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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