shithub: mc

ref: bbe13f1e7ffe514c75c849a4b1a32815fd610ef3
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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