shithub: mc

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