shithub: mc

ref: f7074d00acc613446d00e89743bd1e62fa85598f
dir: /test/aritylow.myr/

View raw version
const f = {a:int, b:int, c:int

}

const main = {
	-> f(1, 2)
}