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