shithub: mc

ref: 3eebcf6c31e23b12d11332f3b424bfe91dc66dcc
dir: /test/aritylow.myr/

View raw version
/* should fail because we call f with too few args */
const f = {a:int, b:int, c:int

}

const main = {
	-> f(1, 2)
}