shithub: mc

ref: 7c7208dac215e12376b9d72c7fd52ec4bb44ee69
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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