shithub: mc

ref: 8b1de0f225eab90b377e521de437718d2587b383
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)
}