shithub: mc

ref: 916167a53d09c9852020c5c75bfe2fe6744ddb0a
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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