shithub: mc

ref: 86f01268aef860fafca5e93913e657efc58b240e
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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