shithub: mc

ref: 4fc4ebc1ca4f375c6f9b1d8babb53e03da51214f
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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