shithub: mc

ref: 4ef66b11ded8bc99387219a81328d33c775ce7a9
dir: /test/arityhigh.myr/

View raw version
/* should fail because we call f with too many args */
const f = {a:int

}

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