shithub: mc

ref: 672e564bc299cc67682acec42c31cae4e308c6a8
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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