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