shithub: mc

ref: 7793ebdf61e4082843444877b6b62411537cb243
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)
}