shithub: mc

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

View raw version
const f = {
	-> 21
}

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