shithub: mc

ref: 3a076cf836169c7483321ce396bf61ea6fd08db6
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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