shithub: mc

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