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