shithub: mc

ref: 1826bfd454a41be808611d158192da835b637952
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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