shithub: mc

ref: 0bcd350aa42cb4fa53f759fe333d194cd15e1246
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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