ref: 21265af6b02141e340a953540e760b2e683de562 dir: /test/arityhigh.myr/
use std /* should fail because we call f with too many args */ const f = {a:int } const main = { -> f(1, 2, 3) }