shithub: mc

ref: 3535b00498a9812b689a8fee281b73d426b92aff
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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