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