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