shithub: mc

ref: 0116ef24cb193165de85d3a707d4dbd64ba1b60f
dir: /test/aritylow.myr/

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

}

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