shithub: mc

ref: 586fecf9ce10a7d9cdea222275916574355269fd
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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