shithub: mc

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

View raw version
const f = {
	-> 21
}

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