shithub: mc

ref: 245116529d23936eb8da6537359e5467e064baab
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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