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