shithub: mc

ref: 72544d0e40f3aa0dabec5a7833b1dad17b435c74
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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