shithub: mc

ref: 67bd2a9810f0891b26ed05830a565fa452aa04da
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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