shithub: mc

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

View raw version
const f = {
	-> 21
}

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