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