shithub: mc

ref: 3c49faca8d3bb0dd12065897dd2efb6b8f234420
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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