shithub: mc

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

View raw version
const f = {
	-> 21
}

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