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