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