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