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