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