shithub: mc

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

View raw version
const f = {
	-> 21
}

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