shithub: mc

ref: 6ca71755bfa098a5849753f3aa7512f0b10257aa
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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