ref: 4d3579d9e03400cc44fca47638454207c86b9fd2 dir: /test/aritylow.myr/
/* should fail because we call f with too few args */ const f = {a:int, b:int, c:int } const main = { -> f(1, 2) }