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