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