shithub: mc

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