shithub: mc

ref: 128a304c58ed737c2f3c3bfff6957ccfc4c5bd50
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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