shithub: mc

ref: 73c6d49bb6ef0b41559f7acd5929accbb4697bc7
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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