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