shithub: mc

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

View raw version
const f = {
	-> 21
}

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