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