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