shithub: mc

ref: 720ffc701948aa87040d5d57a8028063f949bec7
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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