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