shithub: mc

ref: c6f49171ce8b601b0b83ced09dfeb825fabf7233
dir: /test/call.myr/

View raw version
const f = {
	-> 21
}

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