shithub: mc

ref: a2207af9fb5f49a2663e058658571638a509a3e6
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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