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