shithub: mc

ref: 938c3a42a7fb23c70b01e0fa0cdbc8b819b1e55b
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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