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