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