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