shithub: mc

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

View raw version
const f = {
	-> 21
}

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