shithub: mc

ref: 197b9debf9a958025194fd63c8b992545777a360
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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